Skip to main content

Pauser Constructors

An object defining constructors for the Pauser class.

Pauser(name, workflowData, workflowCodeInstance)

Constructor for the Pauser class. Initializes a new instance of the Pauser class.

Parameters:

name (required): string
The name of the pauser.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the pauser.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


Pauser(name, workflowData, workflowCodeInstance)

Constructor for the Pauser class. Initializes a new instance of the Pauser class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.